Problem:
a(x1) -> b(x1)
a(c(x1)) -> c(c(a(b(x1))))
b(b(x1)) -> a(x1)
Proof:
Bounds Processor:
bound: 3
enrichment: match
automaton:
final states: {3,2}
transitions:
c1(14) -> 15*
c1(13) -> 14*
a1(12) -> 13*
b1(4) -> 5*
b2(16) -> 17*
a0(1) -> 2*
a2(22) -> 23*
b0(1) -> 3*
b3(26) -> 27*
c0(1) -> 1*
1 -> 4*
4 -> 22*
5 -> 12,2
12 -> 16*
15 -> 23,17,2
17 -> 13*
22 -> 26*
23 -> 17,13
27 -> 23,17
problem:
Qed